"Jon A. Cruz" wrote:
>
> Ken wrote:
>
> > In an attempt to store an array of points for use in Mr. Parker's torspline
> > macro I recieved the following error message:
> >
> > From pov message window:
> >
> > #declare Pts=array[Mx]{ <----ERROR
> >
> > F:\3d\twirl2.pov:81: error: Attempt to malloc zero size block (File:
..\..\TOKENIZE.C Line: 3396).
> >
> > Que Pasa ?
> >
>
> Hmmm. Seems as if Mx is 0. It needs to get a valid size before used to make an
array. Was that in
> your code, or his?
In my code Mx is #declared as 12. I think I have is straightened out now I was
just wondering what a maloc error was.
--
Ken Tyler
Older Links Page: http://home.pacbell.net/tylereng/links.htm
Updated Links Page: http://home.pacbell.net/tylereng/bkmrk999.htm
Post a reply to this message
|